-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Updated Integration Testing on Windows #6370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8874a68 to
e0fe522
Compare
client/__debug_bin.exe
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems unattended binaries made there way in 🙈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have now removed all of them.
.vscode/launch.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this one as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
.gitignore
Outdated
| client/__debug_bin.exe* | ||
| .vscode/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not be put in project's gitignore as well. If you need these to be ignored, it should be put in your global gitignore through core.excludesFile: https://git-scm.com/docs/gitignore#_configuration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also squash your commits, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR was closed not sure why, but I have created a new one resolving the issues. #6394
6ddb3f6 to
5a7cb44
Compare
5a7cb44 to
877093a
Compare
frontend/dockerfile:
Added explanations for why certain tests remain skipped on Windows and removed an unnecessary skip for Windows.
Changes:
Continued to skip testCopyLinkEmptyDestDir, testCopyLinkDotDestDir, and testTarExporterMulti, with explanations provided.
/client:
Changes:
Fixed the skip for testMoveParentDir and enabled compatibility for both Linux and Windows.
This pull request updates several integration tests to improve Windows compatibility.
Signed-off-by: Natnael Gebremariam [email protected]